type crypto/aes.aesCipherAsm
6 uses
crypto/aes (current package)
cipher_asm.go#L28: type aesCipherAsm struct {
cipher_asm.go#L37: aesCipherAsm
cipher_asm.go#L49: c := aesCipherGCM{aesCipherAsm{aesCipher{l: uint8(len(key) + 28)}}}
cipher_asm.go#L69: func (c *aesCipherAsm) BlockSize() int { return BlockSize }
cipher_asm.go#L71: func (c *aesCipherAsm) Encrypt(dst, src []byte) {
cipher_asm.go#L85: func (c *aesCipherAsm) Decrypt(dst, src []byte) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |